]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/tim
Merge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / tim
1 # name: times { |n| ... }
2 # key: tim
3 # --
4 times { |${n}| $0 }